//==============================================================================
// Jhin (Ultimate Stance)_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle Jhin BirthSFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny JhinUltimate2_birth
                                Connect ATTACHPOINT BirthSFX hotspot
				tag SpecificSoundSet 0.01 false JhinUltimateSpawnSFX checkVisible
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny JhinUltimate_idle
				tag SpecificSoundSet 0.01 false JhinUltimateLoopSFX checkVisible
         }
      }
   }
}
//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny JhinUltimate_RangedAttack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.20 true   
               tag SpecificSoundSet 0.15 false JhinUltimateAttackSFX checkVisible
//-- end auto generated section
		
         }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualNone
	 }
      }
   }
}